home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 5 / The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO / amiga / tolleuhr.lha / TolleUhr / readme < prev    next >
Text File  |  1994-02-06  |  4KB  |  116 lines

  1. ****************************************************************************
  2.  
  3.     TolleUhr     Version 1.0       Author: Matthias Fleischer 1993
  4.  
  5. ****************************************************************************
  6.  
  7.  This is yet another Workbench-Clock-Utility ???!!?! :-(
  8.  
  9.  OK, but this one looks really nice ;-) (try it out - if you don't like it -
  10.  throw it away (or let it still stay on harddisk: only 20K anyway))
  11.  
  12.  The functionality in short:
  13.    -Nice outfit
  14.    -CLI & Workbench support
  15.    -mini-menu
  16.    -optional second hand
  17.    -custom background-pattern
  18.    -and more
  19.  
  20.  Tooltypes:
  21.  
  22.  TOP       - Number of Pixels in top of the window
  23.  LEFT      - Number of Pixels left of the window
  24.  WIDTH     - Width of the window in pixels
  25.  HEIGHT    - Height of the window in pixels
  26.  SECONDS   - 1: seconds on 0: seconds off
  27.  PATTERN   - 0000-3333
  28.  OVAL      - 1: oval face 0: rectangle
  29.  SHADOW    - 1: shadow on 0: shadow off
  30.  SHOWFACE  - 0: show minute marks 4: show no marks at all
  31.  HANDTYPE  - 0: line 1: triangle 2: rhombus 2: rectangle
  32.  HANDWIDTH - 0: very thin 4: very thick
  33.  DRAWPENS  - 00000000000000-33333333333333
  34.  BORDERTYPE- 0 no border 5 full border
  35.  CHIME     - 0 no chime 4 full functioning chime
  36.  PUBSCREEN - Name of public screen
  37.  TASKPRI   - Priority of the clock-task (_should_ be between -5 and 5)
  38.  
  39.  The background-pattern:
  40.  
  41.  It is set by a decimal number of 4 digits (abcd) and gives a background-
  42.  pattern that looks like this:
  43.  
  44.   abababababab  For example: 0110 gives dark grey
  45.   cdcdcdcdcdcd               0220 gives light grey
  46.   abababababab               0123 looks a bit like jeans-style
  47.   cdcdcdcdcdcd
  48.  
  49.  numbers greater than nine are set as: xaabbccdd (hex)
  50.  
  51.  The drawpens:
  52.  
  53.  abcdefghijklmn
  54.  a color for second hand
  55.  b color for minute hand
  56.  c color for minute hand outline
  57.  d color for hour hand
  58.  e color for hour hand outline
  59.  f color for shadow
  60.  g color for 12'o clock mark
  61.  h color for quarters
  62.  i color for hour marks
  63.  j color for minute marks
  64.  k border color 0
  65.  l border color 1
  66.  m border color 2
  67.  n border color 3
  68.  
  69.  You also can use xaabbccddeeffgghhiijjkkllmmnn.
  70.  
  71.  CLI-commands:
  72.  
  73.  TOP/N,LEFT/N,WIDTH/N,HEIGHT/N,SECONDS/S,PATTERN/K,OVAL/S,SHADOW/S,
  74.  SHOWFACE/N,HANDTYPE/N,HANDWIDTH/N,DRAWPENS/K,BORDERTYPE/N,CHIME/N,
  75.  PUBSCREEN/K,TASKPRI/N:
  76.  
  77.  -all the same.
  78.  
  79.  Menus:
  80.  
  81.  You can set anything but pubscreens and taskpriority from menus and save it to
  82.  the tooltypes field with the `Save prefs' menu.
  83.  There's also an alarm-function from menus.
  84.  
  85.  Gadgets:
  86.  
  87.  There is a invisible close-gadget in the upper left corner of the window,
  88.  a (also invisible) depth-gadget in the upper right, a sizing-gadget in the
  89.  lower right corner and a drag-gadget in the middle of the window.
  90.  
  91.  The legal stuff:
  92.  If you use this program, you use it at your own risk - there is absolutely
  93.  no warranty for any damage forced by this program (and by no means for wild
  94.  attacks of envious non-amiga-users).
  95.  This program is public-domain, that means you can copy, modify or use it as
  96.  long as you wish and you needn't pay anything.
  97.  But: It must be absolutely clear at any time if and by what person this
  98.       program was modified - there must be a FULL list of ALL the authors
  99.       who made ANYTHING about this program at least in the source code
  100.       and also in any about-requesters.
  101.  (I don't want to be blamed of any errors somebody else made than me.)
  102.  
  103.  That was all - for bug reports please write to me:
  104.  
  105.  Matthias Fleischer
  106.  Adlerstra▀e 30
  107.  F.R.Germany
  108.  73760 Ostfildern 2
  109.  Phone: 0711/3430286
  110.  email: fleischr@izfm.uni-stuttgart.de
  111.  
  112.  and don't ask me for any enhancements - I won't do them anyway.
  113.  
  114.  
  115.  PS: Please excuse my poor english - I'm not trained very good in that.
  116.